home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1996 / MacHack 1996.toast / Presentations / Presentations ’92 / PatchWorks Kit / <PatchWorks++> / A4PatchAgent.a next >
Encoding:
Text File  |  1992-05-15  |  155 b   |  13 lines  |  [TEXT/MPS ]

  1. ;
  2. ;    A4PatchAgent.a
  3. ;
  4. ;    Resident THINK C version of PatchGlue. Uses register A4 for globals.
  5. ;
  6.     CASE ON
  7. ;
  8. GLOBALS        EQU        a4
  9. ;
  10.     INCLUDE    'PatchAgent.a'
  11. ;
  12.     END
  13.